home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 033a / obul_003.zip / OBULOECC.BAT < prev    next >
DOS Batch File  |  1991-04-18  |  262b  |  14 lines

  1. @echo off
  2. REM
  3. REM OBULOECC.BAT
  4. REM This file is to allow you to specify
  5. REM which OEC compiler you wish to use.
  6. REM
  7. REM to use OECC, unREM the next line
  8. OECC %1 %2
  9. REM
  10. REM to use OACOMP, unREM the next line
  11. REM OACOMP %1
  12. REM
  13. REM end of OBULOECC.BAT
  14.